home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000024_news@columbia.edu _Fri Jul 19 09:07:58 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id JAA07267 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 19 Jul 1996 09:07:57 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id JAA27212 for kermit.misc@watsun; Fri, 19 Jul 1996 09:07:57 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Redirecting standard out from the serial line
  8. Date: 19 Jul 1996 13:07:36 GMT
  9. Organization: Columbia University
  10. Lines: 11
  11. Message-ID: <4so1ao$8jd@apakabar.cc.columbia.edu>
  12. References: <Dur0sz.A1I@boss.cs.ohiou.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <Dur0sz.A1I@boss.cs.ohiou.edu>,
  16. Richard Allen Coss <rc109092@oak.cats.ohiou.edu> wrote:
  17. : I'm using C-kermit on a linux system to communicate with the 
  18. : university's phone trafficking switch.  I can make a connection
  19. : query the switch and have my desired files scoll across the screen.
  20. : Does anyone know If C-kermit has an option to redirect all incoming
  21. : data from the serial port to a specified file elsewhere on the system?
  22. As explained in the manual, "Using C-Kermit", use LOG SESSION for this.
  23.  
  24. - Frank